Tutorial 0 - Account set up in SageMaker Studio Lab

1. Requesting an account

Go to SageMaker Studio Lab and click on Get started with SageMaker Studio Lab

image.png

In the new window, select Request account

image.png

Fill the form with your own details to submit the request.

(The details in this image are not real and are only used as an example)

image.png

You will receive a notification to verify your email within 24 hours and then, an account request confirmation.

image.png

It usually takes 1 day for your account to be approved, however in their FAQ they say it may take within 1 to 5 business days.

You will receive a link to create your account. Fill the form with your details and you are ready to go!

image.png

2. Setting up the kernel

Once you have access to the Studio Lab, you should request the computational resources to be used. For the material content in this course, we will use CPU.

Select Start runtime and then, Open Project

image.png

You will be taken by default directly to a Getting Started.ipynb notebook where they introduce you to the Amazon SageMaker Studio Lab.

At this point, take a sneak peek to the content.

We will show you now how to retrieve the contents of the Digital Technologies course. Let's start!

image.png

Cloning the Git repository

Go to the tab with the Git symbol and then to Clone a Repository.

Unselect the option ... build conda environment (we will do that later).

The GitHub repository for the course is Digital Technologies - RMIT. Copy the URL and click Clone.

image.png

Now, open and take a sneak peek to the README.md and program.md files.

We are going to introduce our first Jupyter Notebook: Open Hello_pandemicWorld.ipynb and follow the instructions!

WE ARE READY TO START WITH PYTHON!

image.png